comboboxtext: Set entry-text-column and id-column props in the constructor
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>
Wed, 28 Dec 2011 15:32:32 +0000 (16:32 +0100)
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>
Fri, 30 Dec 2011 10:10:26 +0000 (11:10 +0100)
commit6aeab7b7ccfcdeb8f871c2744d5fbae24e3bda5f
treea9485e28a1150ff5cd1ec666c6dc5a06f78eb458
parentd273b817e85e77883acb4c0b1257770853192d14
comboboxtext: Set entry-text-column and id-column props in the constructor

This is cleaner than setting the value in the _new() functions and
makes binding and GtkBuilder instantiation easier. Bug #612396, comment 65.
gtk/gtkcomboboxtext.c